Add IODA comparisons#798
Conversation
…gov:/home/manstett/swell-main into feature/mranst/hofx_comparisons
|
I had to fight cylc to get this to work as intended, I was trying to get it to operate on each observation individually, but it would choose to wait for requisite tasks that were never triggered. I switched it back operating as one task. |
|
Sorry, quick question. Is the main idea of this PR would be using |
Correct, is that sensible? |
Yeah. Maybe not necessarily for this PR but I was just wondering instead of |
Done. Now goes through a list for those variables. I have it set to |
Description
Add comparisons to hofx observations. Used to evaluate differences for observations. Allows comparing hofx suites, and comparison plots for all suites will only be run if a difference is detected for each individual obs. This works by reading the output obs file and averaging values along a set length to check if they are equivalent between the two experiments. I implemented it this way for memory concerns, we could switch to evaluating for point-by-point differences if that makes more sense.